Skip to content

Fall25 - M3 Milestone - r1.1 - version v0.1.0 Release Candidate#14

Merged
chinaunicomyangfan merged 35 commits intocamaraproject:mainfrom
chinaunicomyangfan:Fall25-M3
Jul 22, 2025
Merged

Fall25 - M3 Milestone - r1.1 - version v0.1.0 Release Candidate#14
chinaunicomyangfan merged 35 commits intocamaraproject:mainfrom
chinaunicomyangfan:Fall25-M3

Conversation

@chinaunicomyangfan
Copy link
Contributor

What type of PR is this?

Add one of the following kinds:

  • subproject management

What this PR does / why we need it:

This PR implements the scope
The PR updates all the file in terms of release number referring to r1.1 and version v0.1.0-rc.1
CHANGELOG.MD, README.MD & Readiness check list updated version are provide

Which issue(s) this PR fixes:

Fixes #12

Changelog input

 release-note

@ToshiWakayama-KDDI
Copy link

ToshiWakayama-KDDI commented Jul 4, 2025

Hi @chinaunicomyangfan ,

I have just found that the yaml file has two 403 errors, KNOW_YOUR_CUSTOMER.ID_DOCUMENT_REQUIRED and KNOW_YOUR_CUSTOMER.ID_DOCUMENT_MISMATCH, but I believe these two errors are not relevant to SubscriptionStatus API because ID Document parameters are not used. Could you recheck it?

Thanks,
Toshi

Copy link
Contributor

@Kevsy Kevsy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chinaunicomyangfan thanks for the PR!

Please can you check my review comments/suggestions for:

  • CHANGELOG.MD
  • README.MD
  • subscription-status-API- Readiness-Checklist
  • subscription-status.feature

Please note you will also need to change the subscription-status.yaml:

@Kevsy
Copy link
Contributor

Kevsy commented Jul 8, 2025

@chinaunicomyangfan thanks for the PR!

Please can you check my review comments/suggestions for:

  • CHANGELOG.MD
  • README.MD
  • subscription-status-API- Readiness-Checklist
  • subscription-status.feature

Please note you will also need to change the subscription-status.yaml:

Hi @chinaunicomyangfan , please can you provide the updates? I will not be able to complete the release management review until the fixes are made. Thanks!

@chinaunicomyangfan
Copy link
Contributor Author

@chinaunicomyangfan thanks for the PR!
Please can you check my review comments/suggestions for:

  • CHANGELOG.MD
  • README.MD
  • subscription-status-API- Readiness-Checklist
  • subscription-status.feature

Please note you will also need to change the subscription-status.yaml:

Hi @chinaunicomyangfan , please can you provide the updates? I will not be able to complete the release management review until the fixes are made. Thanks!

@Kevsy Thanks a lot for your suggestion, I totally approve.
I have update the XCorrelator schema in c637c91.
Please review the update.

chinaunicomyangfan and others added 7 commits July 11, 2025 09:42
Co-authored-by: Kevin Smith <Kevsy@users.noreply.github.com>
Co-authored-by: Kevin Smith <Kevsy@users.noreply.github.com>
Co-authored-by: Kevin Smith <Kevsy@users.noreply.github.com>
Co-authored-by: Kevin Smith <Kevsy@users.noreply.github.com>
Co-authored-by: Kevin Smith <Kevsy@users.noreply.github.com>
Co-authored-by: Kevin Smith <Kevsy@users.noreply.github.com>
Co-authored-by: Kevin Smith <Kevsy@users.noreply.github.com>
@Kevsy
Copy link
Contributor

Kevsy commented Jul 11, 2025

Thanks for the updates @chinaunicomyangfan !

One more change is required:

Add the mandatory Authorization and authentication text
@chinaunicomyangfan
Copy link
Contributor Author

Thanks for the updates @chinaunicomyangfan !

One more change is required:

yaml has been updated , please review

Copy link
Contributor

@hdamker hdamker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two minor comments

Comment on lines +8 to +19
The below sections record the changes for each API version in each release as follows:

* for an alpha release, the delta with respect to the previous release
* for the first release-candidate, all changes since the last public release
* for subsequent release-candidate(s), only the delta to the previous release-candidate
* for a public release, the consolidated changes since the previous public release
The below sections record the changes for each API version in each release as follows:

* for an alpha release, the delta with respect to the previous release
* for the first release-candidate, all changes since the last public release
* for subsequent release-candidate(s), only the delta to the previous release-candidate
* for a public release, the consolidated changes since the previous public release
Copy link
Contributor

@hdamker hdamker Jul 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplication, please remove one instance

chinaunicomyangfan and others added 2 commits July 15, 2025 09:12
Delete duplication
Co-authored-by: Herbert Damker <herbert.damker@telekom.de>
@chinaunicomyangfan
Copy link
Contributor Author

Two minor comments

Thanks, @hdamker ,done, please review.

@hdamker
Copy link
Contributor

hdamker commented Jul 15, 2025

Thanks, @hdamker ,done, please review.

My comments are addressed, thanks. Overall review from ReleaseManagement is with @Kevsy

@Kevsy
Copy link
Contributor

Kevsy commented Jul 15, 2025

@chinaunicomyangfan just one small change to make:

Please can you add a description to the /retrive-subscription-status path in subscription-status.yaml ?

Add description to the /retrive-subscription-status path
@chinaunicomyangfan
Copy link
Contributor Author

the /retrive-subscription-status path

@Kevsy Description added, please review,thanks.

tags:
- Retrive Subscription Status
description: |
Oobtain the business subscription status of the provided phone number, including Voice/SMS inbound, Voice/SMS outbound, and data service status.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Oobtain the business subscription status of the provided phone number, including Voice/SMS inbound, Voice/SMS outbound, and data service status.
Obtain the business subscription status of the provided phone number, including Voice/SMS inbound, Voice/SMS outbound, and data service status.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks,done

Copy link
Contributor

@Kevsy Kevsy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @chinaunicomyangfan - now approved on behalf of release management.

Next steps for the codeowners:

  • PR merged (by API repository codeowner)

  • Release created within GitHub (by API repository codeowner)

  • Release Tracker updated (with creation date of the release and the release tag link)

Copy link

@ChuanyuChen ChuanyuChen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@chinaunicomyangfan chinaunicomyangfan merged commit 1c9f0da into camaraproject:main Jul 22, 2025
2 checks passed
@chinaunicomyangfan chinaunicomyangfan deleted the Fall25-M3 branch March 2, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scope for Fall25 release

5 participants